.wrapper {
    float: left;
    width: 100%;
    padding-bottom: 35px;
    min-height: 500px;
}

.banner{
    width: 100%;
    position: relative;
    /*margin-top: 25px;*/
}

.banner a {
    width: 100%;
    display: block;
    height: 545px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner .bx-wrapper .bx-viewport{
	overflow: inherit !important;
}

.banner .bx-wrapper .bx-controls-direction a {
    margin-top: -24px;
    width: 48px;
    height: 48px;
}

.banner .bx-wrapper .bx-prev {
    left: 35px;
    background: url(../images/left_arrow.png) no-repeat center center;
}

.banner .bx-wrapper .bx-next {
    right: 35px;
    background: url(../images/right_arrow.png) no-repeat center center;
}


.banner h4 {
    display: none;
    position: absolute;
    bottom: -15px;
    width: 100%;
    padding: 0 5%;
}

.banner h4 span{
    display: block;
    background: rgba(0,0,0,0.3);
    color: #ffffff;
    font-size: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    padding: 20px 15px 45px;
}

.banner .bx-wrapper .bx-pager,
.banner .bx-wrapper .bx-controls-auto{
    bottom: 0;
    padding-top: 0;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #a9c8d8;
    width: 11px;
    height: 11px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #a9c8d8;
    width: 11px;
    height: 11px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #1e85b9;
}

.main-notice{
    width: 30.7%;
    height: 425px;
    margin-top: 25px;
    background: #eee;
    border-top: 3px solid #1e85b9;
    padding: 13px 20px 0 30px;
}

.list-F .media-left{
    width: 62px;
    height: 61px;
    background: #fff;
    color: #1e85b9;
    text-align: center;
    letter-spacing: 3px;
    padding: 6px 5px 6px 7px;
}

.list-F .media-left h4{
    line-height: 24px;
    font-size: 20px;
}

.main-notice li{
    position: relative;
    overflow: hidden;
}

.main-notice li:after{
    content: '';
    width: 1500px;
    height: 1px;
    background: #e6e2e1;
    position: absolute;
    bottom: 0;
    left: 82px;
}

.main-notice li .media-left,
.main-notice li .media-right{
    vertical-align: middle;
}

.main-notice li .media-right{
    padding-left: 20px;
    height: 50px;
}

.main-notice li .media-right a{
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
}

.main-notice li.list-F .media-right a{
    color: #1e85b9;
    font-weight: bold;
}

.main-notice .list-F{
    height: 71px;
}

.main-notice .list-S{
    height: 61px;
    margin-top: 15px;
}

.main-notice .list-S span{
    width: 62px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #f7f7f7;
    color: #1e85b9;
    font-size: 12px;
    display: block;
    font-weight: bold;
}

.main-more{
    float: right;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.main-notice li .media-right a:hover,
.main-more:hover{
    color: #1e85b9;
}

.main-left{
    float: left;
    width: 82.8%;
}

.main-right{
    float: right;
    width: 12.7%;
    margin-top: 40px;
}

.main-left-l,
.main-left-r{
    width: 47.3%;
}

.main-title{
    margin-top: 40px;
    margin-bottom: 14px;
    float: left;
    width: 100%;
    border-bottom: 2px solid #e5e5e5;
}

.main-title h4{
    float: left;
    font-size: 20px;
    color: #1e85b9;
    padding-bottom: 6px;
    border-bottom: 4px solid #1e85b9;
    margin-bottom: -3px;
}

.main-title2 h4{
    cursor: pointer;
    margin-right: 15px;
}

.main-title2 h4.unfocus{
    color: #91a9b1;
    border-bottom: 4px solid transparent;
}

.main-title a{
    float: right;
    font-size: 12px;
    color: #666;
    margin-top: 7px;
}

.main-title a:hover{
    color: #1e85b9;
}

.main-d{
    margin-bottom: 9px;
}

.main-d>a{
    display: block;
}

.main-d-left{
    float: left;
    width: 213px;
    height: 120px;
    background-position: center center; 
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 22px;
}

.main-d-right{
    position: relative;
    height: 120px;
    overflow: hidden;
}

.main-d-right:after{
    content: '';
    width: 1500px;
    height: 1px;
    background: #dfdfdf;
    position: absolute;
    bottom: 0;
    left: 0;
}

.main-d-right h4{
    font-size: 16px;
    color: #333;
    height: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px 0 15px;
}

.main-d-right p{
    font-size: 14px;
    color: #333;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-indent: 2em;
}

.main-d-right span{
    font-size: 12px;
    color: #8d8d8d;
    float: right;
    margin-top: 5px;
}

.main-d>a:hover .main-d-right h4{
    color: #1e85b9;
}

.main-list2 li{
    float: left;
    width: 100%;
}

.main-list2 li a{
    display: block;
    padding-left: 67px;
    font-size: 16px;
    color: #000;
    padding: 5px 0 5px 67px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 13px;
}

.main-list2 li span{
    display: block;
    font-size: 12px;
    color: #0b69ac;
    width: 60px;
    height: 25px;
    background: #eee;
    text-align: center;
    line-height: 25px;
    position: absolute;
    left: 0;
    top: 4px;
}

.main-list2 li a:hover{
    color: #1e85b9;
}

.main-magin{
    margin-top: 25px;
}

.cg-list li a{
    float: left;
    width: 100%;
    display: block;
    padding: 18px 18px;
    background: #f2f2f2;
}

.cg-list li a h4{
    font-size: 16px;
    color: #000;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 12px;
}

.cg-list li a:hover h4{
    color: #1e85b9;
}

.cg-list li a span{
    float: left;
    font-size: 12px;
    color: #8d8d8d;
}

.cg-list li a img{
    float: right;
    margin-right: 13px;
    transition: all .2s ease-in;
}

.cg-list li a:hover img{
    margin-right: 0;
}

.cg-list .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -58px;
    outline: 0;
    width: 35px;
    height: 116px;
}

.cg-list .bx-wrapper .bx-prev {
    left: -60px;
    background: url(../images/cg-prev.png) no-repeat center center;
}

.cg-list .bx-wrapper .bx-next {
    right: -60px;
    background: url(../images/cg-next.png) no-repeat center center;
}

.cg-list .bx-wrapper .bx-pager.bx-default-pager a{
    background: #a9c8d8;
}

.cg-list .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #1e85b9;
}

.main-list3 li{
    width: 100%;
    height: 82px;
    padding: 17px 23px 0 63px;
    margin-bottom: 23px;
}

.main-list3 a{
    display: block;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 19px center;
}

.main-list3 li h4{
    max-height: 48px;
    line-height: 24px;
    overflow: hidden;
    font-size: 16px;
    color: #555;
}

.main-list3 li h4 span{
    display: table-cell;
    height: 48px;
    vertical-align: middle;
}

.main-list3 a:hover h4{
    color: #1e85b9;
}

.main-right-link{
    margin-top: 7px;
    border-top: 2px solid #248ec4;
    padding: 15px 10px 13px;
    background: #eee;
    text-align: center;
}

.main-right-link h4{
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 13.3px;
    font-weight: normal;    
    position: relative;
    cursor: pointer;
}

.main-right-link h4.active{
    color: #248ec4;
    font-weight: bold;  
}

.main-right-link h4.active:after{
    content: '';
    border-left: 5.5px solid transparent;
    border-right: 5.5px solid transparent;
    border-top: 6px solid #248ec4;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -5.5px;
}

.main-right-link span{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main-right-link img{
    width: 100%;
    max-width: 141px;
    margin-top: 8.2px;
    margin-bottom: 15px;
}

.list-img .container{
    position: relative;
}

.local-title{
    width: 255px;
    padding: 18px 30px;
    font-size: 22px;
    color: #ededed;
    background: #1e85b9;
    position: absolute;
    bottom: 0;
    left: 0;
}

.common-left{
    width: 255px;
    float: left;
}

.common-right{
    width: 77%;
    float: right;
}

.navlist2{
    padding: 13px 10px;
    background: #ededed;
}

.navlist2>li{
    padding: 0 20px 0 48px;
    position: relative;
    margin-bottom: 3px;
}

.navlist2>li>a{
    display: block;
    font-size: 16px;
    color: #333;
    padding: 15px 0;
}

.navlist2>li.active{
    background: #fff;
}

.navlist2>li.active:before{
    content: '';
    border-top: 4.5px solid transparent;
    border-bottom: 4.5px solid transparent;
    border-left: 5px solid #1e85b9;
    position: absolute;
    left: 26px;
    top: 22px;
}

.navlist2>li.active>a{
    color: #1e85b9;
    font-weight: bold;
}

.navlist2>li a:hover{
    color: #1e85b9;
}

.thr-sub{
    display: none;
}

.sub-open {
    display: block;
}

.no-ac:before{
    display: none;
}

.thr-sub{
    padding: 10px 0;
}

.thr-sub>li>a{
    display: block;
    color: #333;
    font-size: 14px;
    padding: 8px 19px;
    position: relative;
}

.thr-sub>li>a.active{
    color: #1e85b9;
    font-weight: bold;
}

.thr-sub>li>a.active:before{
    content: '';
    border-top: 4.5px solid transparent;
    border-bottom: 4.5px solid transparent;
    border-left: 5px solid #1e85b9;
    position: absolute;
    left: 1px;
    top: 50%;
    margin-top: -4.5px;
}

.common-left-link{
    margin-top: 45px;
}

.common-right{
    margin-top: 35px;
}

.common-local{
    position: relative;
    padding-left: 19px;
    overflow: hidden;
}

.common-local:before{
    content: '';
    width: 3px;
    height: 12px;
    background: #1e85b9;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}

.common-local:after{
    content: '';
    width: 3px;
    height: 12px;
    background: #f8b551;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -6px;
}

.local-a{
    position: relative;
    font-size: 12px;
    color: #333;
}

.local-a a{
    color: #333;
}

.local-a a:hover{
    color: #1e85b9;
}

.local-a:after{
    content: '';
    width: 1500px;
    height: 2px;
    background: #dcdcdc;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 112%;
}

.common-list{
    margin-top: 7px;
}

.common-list>li{
    position: relative;
}

.common-list>li a{
    display: block;
    font-size: 16px;
    color: #000;
    padding: 20px 85px 20px 16px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #e5e5e5;
}

.common-list>li a:hover{
    color: #1e85b9;
}

.common-list>li a:before{
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #bfbfbf;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
}

.common-list>li a:hover:before{
    border-left: 7px solid #1e85b9;
}

.common-list>li span{
    font-size: 12px;
    color: #666;
    position: absolute;
    right: 0;
    top: 23px;
}

.list-title {
    margin-top: 15px;
    border-bottom: 1px solid #1e85b9;
    float: left;
    width: 100%;
}

.list-title h4 {
    font-size: 16px;
    background-color: #1e85b9;
    padding: 10px 5px;
    color: #fff;
}

.list-show {
    color: #1e85b9;
    margin-top: 18px;
    font-size: 18px;
    cursor: pointer;
}

.article-title{
    font-size: 28px;
    color: #157baf;
    text-align: center;
    margin: 25px 0 20px;
    line-height: 32px;
}

.article-small{
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-bottom: 30px;
}

.article-small span{
    display: inline-block;
    margin-left: 25px;
}

.news-list>li{
    float: left;
    width: 100%;
    margin-top: 25px;
}

.news-list>li a{
    float: left;
    width: 100%;
    padding: 19px 22px;
    background: #f2f2f2;
}

.news-left{
    float: left;
    width: 213px;
    height: 120px;
    position: relative;
    overflow: hidden;
}

.news-left img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.news-middle{
    float: left;
    width: 775px;
    padding: 14px 95px 0 38px;
}

.news-middle h4{
    font-size: 18px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 13px;
}

.news-middle small{
    display: none;
    padding-left: 22px;
    background: url(../images/time-icon.png) left center no-repeat;
    color: #999;
    margin-top: 5px;
}

.news-middle p{
    font-size: 14px;
    color: #666;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    text-indent: 2em;
    margin-top: 13px;
}

.news-right{
    float: left;
    height: 102px;
    margin-top: 10px;
    padding-left: 30px;
    border-left: 1px solid #d2d2d2;
}

.news-right strong{
    display: block;
    font-size: 24px;
    font-weight: normal;
    color: #afafaf;
    padding: 4px 0 8px;
}

.news-right small{
    display: block;
    font-size: 14px;
    color: #afafaf;
    margin-bottom: 12px;
}

.news-right  img{
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.news-list>li a:hover .news-left img{
    transform: scale(1.1);
}

.news-list>li a:hover .news-middle h4{
    color: #1e85b9;
}


.news-list>li a:hover .news-right img{
    margin-left: 15px;
}

.teacher-list{
    font-size: 0;
    margin-left: -20px;
    margin-right: -20px;
}

.teacher-list>li{
    display: inline-block;
    margin: 30px 20px 0;
    position: relative;
    padding: 1px;
    vertical-align: top;
}

.teacher-list>li a{
    display: block;
    width: 157px;
    height: 277px;
    position: relative;
    background-color: #f1f1f1;
}

.teacher-list>li:before{
    content: '';
    width: 1px;
    height: 0;
    position: absolute;
    bottom: 1px;
    left: 0;
}

.teacher-list>li a:before{
    content: '';
    width: 1px;
    height: 0;
    position: absolute;
    top: 0;
    right: -1px;
}

.teacher-list>li:after{
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    top: 1px;
    left: 0;
}

.teacher-list>li a:after{
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: -1px;
}

.teacher-list>li:hover:before, .teacher-list>li:hover a:before {
    height: 276px;
    background-color: #1e85b9;
}

.teacher-list>li:hover:after, .teacher-list>li:hover a:after {
    width: 159px;
    background-color: #1e85b9;
}

.teacher-list>li:hover:before {
    -webkit-transition: height .1s .4s;
    transition: height .1s .4s;
}

.teacher-list>li:hover:after {
    -webkit-transition: width .1s;
    transition: width .1s;
}

.teacher-list>li:hover a:before {
    -webkit-transition: height .1s .2s;
    transition: height .1s .2s;
}

.teacher-list>li:hover a:after {
    -webkit-transition: width .1s .3s;
    transition: width .1s .3s;
}

.teacher-list>li img{
    width: 157px;
    height: 207px;
}

.teacher-bottom{
    padding: 0 15px;
}

.teacher-bottom h4{
    font-size: 18px;
    color: #1e85b9;
    overflow: hidden;
    white-space: nowrap;
    padding: 9px 0 7px;
    border-bottom: 2px solid #e6e6e6;
}

.teacher-bottom p{
    font-size: 14px;
    color: #505050;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 6px;
}

.teacher-info{
    float: left;
    width: 98.5%;
    margin: 30px auto 45px;
    min-height: 212px;
    background: #f1f1f1 url(../images/content_bg_icon.png) right bottom no-repeat;
    position: relative;
}

.teacher-info:before{
    content: '';
    width: 16px;
    height: 100%;
    background: #d2e7f1;
    position: absolute;
    right: -16px;
    top: 16px;
}

.teacher-info:after{
    content: '';
    width: 100%;
    height: 16px;
    background: #d2e7f1;
    position: absolute;
    left: 16px;
    bottom: -16px;
}

.teacher-detail-l{
    float: left;
    height: 212px;
    max-width: 282px;
}

.teacher-detail-m{
    float: left;
    width: 135px;
    min-height: 147px;
    margin: 50px 85px 15px 70px;
}

.teacher-detail-m h4{
    font-size: 24px;
    color: #1e85b9;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 17px;
}

.teacher-detail-m p{
    font-size: 14px;
    color: #505050;
    margin-bottom: 8px;
}

.teacher-detail-m span{
    display: block;
    font-size: 14px;
    color: #505050;
    font-weight: bold;
}

.teacher-detail-r{
    float: left;
    margin: 25px 15px 5px;  
    min-height: 182px;
    width: 46%;
}

.teacher-detail-r p{
    color: #666;
    font-size: 16px;
    margin: 15px 0;
}

.teacher-detail-r p span{
    color: #000;
}

.teacher-title{
    float: left;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 15px;
}

.teacher-title h4{
    font-size: 18px;
    color: #1e85b9;
    float: left;
    padding-bottom: 7px;
    border-bottom: 3px solid #2b92c7;
    margin-bottom: -2px;
}

.teacher-box{
    margin-bottom: 30px;
}

.team-list{
    margin-bottom: 20px;
}

.team-list>li{
    margin-top: 20px;
}

.team-list>li,
.team-list>li a{
    height: 250px;
    text-align: center;
}

.team-list .teacher-bottom h4{
    border-bottom: none;
    padding: 12px 0;
}

.team-list>li:hover:before, .team-list>li:hover a:before {
    height: 249px;
}

.team-list>li:before {
    bottom: 0px;
}

.teacher-four{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #1e85b9;
    padding: 11px 21px;
    border-radius: 5px;
    margin-top: 30px;
}

.teacher-five{
    padding: 12px 21px 12px 41px;
    font-size: 14px;
    color: #000;
    background: #eee;
    position: relative;
    margin-top: 20px;
}

.teacher-five:before{
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1e85b9;
    position: absolute;
    left: 21px;
    top: 50%;
    margin-top: -2.5px;
}







@media (min-width: 991px) {
    .common-left{
        display: block !important;
    }
}

@media (max-width: 1500px) {
    .main-list3 li{
        padding: 17px 5px 0 45px;
    }
    .main-list3 a{
        background-position: 7px center;
    }
    .common-right{
        width: 75%;
    }
    .news-middle {
        width: 582px;
        padding: 14px 55px 0 30px;
    }
    .teacher-list {
        margin-left: -17.5px;
        margin-right: -17.5px;
    }
    .teacher-list>li {
        margin: 30px 17.5px 0;
    }
    .teacher-detail-m {
        margin: 50px 35px 15px 40px;
    }
    .teacher-detail-r{
        width: 43%;
    }
}

@media (max-width: 1250px) {
    .main-list3 li h4{
        font-size: 15px
    }
    .main-list3 li{
        height: 85px;
    }
    .common-right{
        width: 74%;
    }
    .news-middle {
        width: 511px;
        padding: 14px 35px 0 25px;
    }
    .teacher-list {
        margin-left: -8.5px;
        margin-right: -8.5px;
    }
    .teacher-list>li {
        margin: 20px 8.5px 0;
    }
    .teacher-detail-m {
        margin: 50px 20px 15px 25px;
    }
    .teacher-detail-r{
        width: 42%;
    }
}

@media (max-width: 1200px) {
    .main-d-left{
        width: 145px;
    }
    .main-list3 li h4{
        font-size: 14px
    }
    .main-list3 li {
        padding: 20px 6px 0 40px;
    }
    .main-list3 a {
        background-position: 3px center;
    }
    .main-list3 li {
        height: 91.5px;
    }
    .main-list3 li h4 {
        max-height: 60px;
        line-height: 20px;
    }
    .main-list3 li h4 span{
        height: 60px;
    }
    .common-right{
        width: 69%;
    }
    .news-middle {
        width: 314px;
        padding: 14px 10px 0 10px;
    }
    .teacher-list {
        margin-left: -5.5px;
        margin-right: -5.5px;
    }
    .teacher-list>li {
        margin: 15px 5.5px 0;
    }
    .teacher-detail-m {
        width: 50%;
        margin: 50px 0 15px 25px;
    }
    .teacher-detail-r{
        width: 95%;
        min-height: auto;
    }
}


@media (max-width: 991px) {
    .banner{
        margin-top: 0;
    }
    .banner,
    .main-notice{
        width: 100%;
    }
    .main-notice{
        padding: 15px;
        height: auto;
    }
    .banner h4 span{
        font-size: 20px;
        padding: 10px 10px 45px;
    }
    .main-left,
    .main-right,
    .main-left-l,
    .main-left-r{
        width: 100%;
    }
    .main-title,
    .main-right{
        margin-top: 25px;
    }
    .main-list3 a {
        background-position: 15px center;
    }
    .main-list3 li {
        height: 50px;
        padding: 0px 6px 0 55px;
    }
    .main-list3 li h4{
        max-height: 50px;
        line-height: 25px;
    }
    .main-list3 li h4 span{
        height: 50px;
    }
    .common-left,
    .common-right{
        width: 100%;
    }
    .common-left{
        display: none;
    }
    .common-right{
        margin-top: 20px;
    }
    .common-list{
        margin-top: 0;
    }
    .news-middle {
        width: 365px;
        padding: 14px 15px 0 15px;
    }
    .teacher-list {
        margin-left: -14px;
        margin-right: -14px;
    }
    .teacher-list>li {
        margin: 25px 14px 0;
    }
    .teacher-detail-m {
        width: 100%;
        margin: 0;
        padding: 15px 15px 0;
        min-height: auto;
    }
    .teacher-detail-r{
        width: 95%;
        margin: 0;
        padding: 0 15px 5px;
    }
}

@media (max-width: 768px) {
    .banner a{
        height: 350px;
        background-size: auto 335px;
    }
    .banner h4 span{
        font-size: 18px
    }
    .cg-list{
        padding-bottom: 25px;
    }
    .news-left{
        width: 100%;
        height: auto;
        padding-bottom: 56%;
    }
    .news-middle{
        width: 100%;
        padding: 10px 0 0;
    }
    .news-list>li a{
        padding: 15px;
    }
    .news-middle p{
        max-height: 100px;
    }
    .news-middle h4{
        white-space: normal;
        line-height: 25px;
        max-height: 50px;
        padding-bottom: 0;
        margin-bottom: 10px;
    }
    .news-middle small{
        display: block;
    }
    .teacher-list{
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }
    .teacher-bottom h4,
    .teacher-bottom p{
        text-align: left;
    }
    .teacher-list>li {
        margin: 20px 6px 0;
    }
    .teacher-detail-l {
        float: left;
        height: auto;
        max-width: 100%;
    }
    .team-list .teacher-bottom h4{
        text-align: center;
    }
}

@media (max-width: 500px) {
    .banner a{
        height: 300px;
        background-size: auto 285px;
    }
    .banner h4 span{
        font-size: 16px
    }
}


@media (max-width: 400px) {
    .banner a{
        height: 240px;
        background-size: auto 225px;
    }
    
    .main-d-left{
        width: 100%;
        margin-right: 0;
        float: none;
        height: 135px;
    }
}
